home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Software Vault: The Games Collection 1
/
software vault.zip
/
software vault
/
CDR10
/
ACK3D.ZIP
/
TRIG
/
ANGLE.H
next >
Wrap
Text File
|
1993-08-20
|
1KB
|
42 lines
/*============================================================================
ACK-3D - Animation Construction Kit 3D
Original Author:
Lary Myers
5 Jacob Street
Ballston Lake, NY 12019
Compuserve: 72355,655
Portions by:
John Gaines, Jr.
3512 Pear Tree Court #23
Silver Spring, MD 20906-2577
Home phone: (301) 871-2635
Compuserve: 73747,3557
File: angle.h --
Descr:
***revision-history***
1 ANGLE.H 18-Aug-93,0:04:44 Removed angle defines to this header so they
could be included in TRIG.C without the rest of ACK3D.H.
2 ANGLE.H 20-Aug-93,2:07:48 Lary's CS #.
***revision-history***
============================================================================*/
#define INT_ANGLE_1 5
#define INT_ANGLE_2 10
#define INT_ANGLE_4 20
#define INT_ANGLE_6 30
#define INT_ANGLE_30 160
#define INT_ANGLE_45 240
#define INT_ANGLE_90 480
#define INT_ANGLE_135 720
#define INT_ANGLE_180 960
#define INT_ANGLE_225 1200
#define INT_ANGLE_270 1440
#define INT_ANGLE_315 1680
#define INT_ANGLE_360 1920
/* EOF */